2007
Bill Skaggs
Save a path as an SVG string.
This procedure works like 'gimp-vectors-export-to-file' but creates a string rather than a file. The contents are a NUL-terminated string that holds a complete XML document. If you pass 0 as the 'vectors' argument, then all paths in the image will be exported.
unknown
| Type | Name | Description |
|---|---|---|
| PF_IMAGE | image | The image |
| unknown | vectors | The vectors object to save, or 0 for all in the image |
| Type | Name | Description |
|---|---|---|
| PF_VALUE | string | A string whose contents are a complete SVG document. |